@media (max-width: 1200px) {

.logoshop { width: 96%;}
.selector-icons { display: none;}

}

@media (min-width: 992px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
@media (max-width: 1300px) and (min-width: 1280px) {
    .row {
            margin-left: 0px;
          }
}
.row1 { width:978px;
        margin-right:auto;
        margin-left:auto;
}

@media (max-width: 768px) {

.homelogos { width: 100%;}
.sbtn { text-align: left;}
.sbtn img { width: 130px; padding-top: 150px;}

}

/* Extra small devices */
@media (max-width: 767px) {

    body {
        font-size: 14px;
        line-height: 18px;
    }

    h1 {
        font-size: 24px;
        line-height: 30px;
    }

    h2 {
        font-size: 18px;
        line-height: 24px;
    }

    h3 {
        font-size: 16px;
        line-height: 20px;
    }

    h4 {
        font-size: 15px;
        line-height: 19px;
    }

    h5 {
        font-size: 14px;
        line-height: 17px;
    }

    h6 {
        font-size: 15px;
        line-height: 15px;
    }

    label {
        font-size: 14px;
        line-height: 18px;
    }

    .breadcrumbs {
        font-size: 12px;
        line-height: 12px;
        text-transform: uppercase;
        margin-top: 10px
    }

    .breadcrumbs .home a {
        padding-left: 0;
    }

    /*.toolbar .sort-by,
    .toolbar .limiter {
        display: none;
    }*/


    /*.toolbar-bottom .toolbar .sort-by,
    .toolbar-bottom .toolbar .limiter {
        display: block;
    }*/

    .button {
        font-size: 12px;
    }

    .catalog-category-searchresult #products-table .product-attributes li {
        border-right: 0;
        display: block;
        line-height: 18px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 5px;
    }

    .pagination {
        height: 24px;
    }

    .toolbar-bottom .toolbar {
        padding: 13px;
    }

    .toolbar .amount {
        padding-top: 0;
    }

.homelogos .col-md-2 { display: inline-block; width: 32%; margin-bottom: 20px; vertical-align: top;}
.homelogos .col-md-2 p { font-size: 12px;}

}

/* Landscape phones and down */
@media (max-width: 480px) {
    label,
    .form-list label,
    .form-list .input-box,
    .one-page-checkout label,
    .one-page-checkout .input-text,
    .form-list .input-text {
        width: 100%;
    }

    .radio,
    .control label {
        width: auto;
    }

    .toolbar .sort-by,
    .toolbar .limiter {
        display: none;
    }

    .pagination {
        height: 24px;
    }



    .configure-chip-btn { line-height: normal; border-radius: 0;}


}

@media (min-width: 480px) {
    .form-list .validation-advice,
    .form-account-name .validation-advice,
    .one-page-checkout .validation-advice {
        margin-left: 0;
    }

}
@media (max-width: 1280px) and (min-width:1024px){
img.Home_banner {
    margin-top: 0px!important;
    height: 323px!important;
    transform: scale(1)!important;
}

}
